• RegistrationTest

    09:23:45 / 00:00:00:000 Pass

    RegistrationTest
    05.17.2025 09:23:45 05.17.2025 09:23:45 00:00:00:000 · #test-id=1
    StatusTimestampDetails
    Info 09:23:46 STEP: Navigating to DemoBlaze homepage
    Info 09:23:47 STEP: Testing username uniqueness validation
    Info 09:23:48 STEP: Entering existing username: testuser123
    Info 09:23:49 STEP: Clicking Sign up button
    Info 09:23:49 STEP: Checking for alert message
    Info 09:23:49 Alert text: This user already exist.
    Pass 09:23:49 System correctly validated username uniqueness
    base64 img
    Homepage Loaded
    base64 img
    Sign Up Modal
    base64 img
    Form filled with existing username
    base64 img
    After Alert
  • RegistrationTest

    09:23:50 / 00:00:00:000 Pass

    RegistrationTest
    05.17.2025 09:23:50 05.17.2025 09:23:50 00:00:00:000 · #test-id=3
    StatusTimestampDetails
    Info 09:23:50 STEP: Navigating to DemoBlaze homepage
    Info 09:23:52 STEP: Testing successful user registration
    Info 09:23:52 Using username: testuser_6448b834
    Info 09:23:53 STEP: Filling registration form
    Info 09:23:53 STEP: Clicking Sign up button
    Info 09:23:53 STEP: Checking for success alert
    Info 09:23:54 Alert text: Sign up successful.
    Pass 09:23:54 User registration completed successfully
    base64 img
    Homepage Loaded
    base64 img
    Sign Up Modal
    base64 img
    Form filled
    base64 img
    After Registration
  • RegistrationTest

    09:23:55 / 00:00:00:000 Pass

    RegistrationTest
    05.17.2025 09:23:55 05.17.2025 09:23:55 00:00:00:000 · #test-id=5
    StatusTimestampDetails
    Info 09:23:56 STEP: Navigating to DemoBlaze homepage
    Info 09:23:57 STEP: Testing empty field validation
    Info 09:23:57 STEP: Testing empty username
    Info 09:23:58 Alert text: Please fill out Username and Password.
    Pass 09:23:58 Empty username validation works correctly
    Info 09:23:59 STEP: Testing empty password
    Info 09:23:59 Alert text: Please fill out Username and Password.
    Pass 09:23:59 Empty password validation works correctly
    Info 09:24:00 STEP: Testing both fields empty
    Info 09:24:01 Alert text: Please fill out Username and Password.
    Pass 09:24:01 Both fields empty validation works correctly
    Pass 09:24:01 Empty field validation test completed successfully
    base64 img
    Homepage Loaded
    base64 img
    Sign Up Modal
    base64 img
    Form with empty username
    base64 img
    Form with empty password
    base64 img
    Form with both fields empty
  • RegistrationTest

    09:24:01 / 00:00:00:000 Pass

    RegistrationTest
    05.17.2025 09:24:01 05.17.2025 09:24:01 00:00:00:000 · #test-id=7
    StatusTimestampDetails
    Info 09:24:02 STEP: Navigating to DemoBlaze homepage
    Info 09:24:03 STEP: Testing special characters handling in username field
    Info 09:24:04 STEP: Filling registration form with special characters in username
    Info 09:24:04 STEP: Clicking Sign up button
    Info 09:24:05 Alert text: This user already exist.
    Info 09:24:05 Username already exists, test inconclusive
    Pass 09:24:05 Special characters handling test completed
    base64 img
    Homepage Loaded
    base64 img
    Sign Up Modal
    base64 img
    Form filled with special characters username
    base64 img
    After Alert
  • RegistrationTest

    09:24:05 / 00:00:00:000 Pass

    RegistrationTest
    05.17.2025 09:24:05 05.17.2025 09:24:05 00:00:00:000 · #test-id=9
    StatusTimestampDetails
    Info 09:24:06 STEP: Navigating to DemoBlaze homepage
    Info 09:24:07 STEP: Testing duplicate username validation
    Info 09:24:08 STEP: Filling registration form with existing username
    Info 09:24:09 STEP: Clicking Sign up button
    Info 09:24:09 STEP: Checking for error alert
    Info 09:24:09 Alert text: This user already exist.
    Pass 09:24:09 System correctly validated duplicate username
    base64 img
    Homepage Loaded
    base64 img
    Sign Up Modal
    base64 img
    Form filled with existing username
    base64 img
    After Alert
  • RegistrationTest

    09:24:10 / 00:00:00:000 Pass

    RegistrationTest
    05.17.2025 09:24:10 05.17.2025 09:24:10 00:00:00:000 · #test-id=11
    StatusTimestampDetails
    Info 09:24:11 STEP: Navigating to DemoBlaze homepage
    Info 09:24:12 STEP: Testing XSS vulnerability protection in registration
    Info 09:24:12 STEP: Testing XSS in username field
    Info 09:24:13 STEP: Filling registration form with XSS script in username
    Pass 09:24:30 XSS script did not execute in username field
    Info 09:24:31 System response: This user already exist.
    Info 09:24:32 STEP: Testing XSS in password field
    Info 09:24:32 STEP: Filling registration form with XSS script in password
    Pass 09:24:50 XSS script did not execute in password field
    Info 09:24:50 System response: This user already exist.
    Pass 09:24:50 XSS vulnerability protection test completed
    base64 img
    Homepage Loaded
    base64 img
    Sign Up Modal
    base64 img
    Form filled with XSS in username
    base64 img
    Form filled with XSS in password
  • RegistrationTest

    09:24:51 / 00:00:00:000 Pass

    RegistrationTest
    05.17.2025 09:24:51 05.17.2025 09:24:51 00:00:00:000 · #test-id=13
    StatusTimestampDetails
    Info 09:24:52 STEP: Navigating to DemoBlaze homepage
    Info 09:24:53 STEP: Testing maximum length validation for username
    Info 09:24:53 Username length: 101 characters
    Info 09:24:54 STEP: Filling registration form with extremely long username
    Info 09:24:54 STEP: Clicking Sign up button
    Info 09:24:55 Alert text: This user already exist.
    Info 09:24:55 System response was: This user already exist.
    Pass 09:24:55 Maximum length validation test completed
    base64 img
    Homepage Loaded
    base64 img
    Sign Up Modal
    base64 img
    Form filled with long username
    base64 img
    After Alert
  • RegistrationTest

    09:24:55 / 00:00:00:000 Pass

    RegistrationTest
    05.17.2025 09:24:55 05.17.2025 09:24:55 00:00:00:000 · #test-id=15
    StatusTimestampDetails
    Info 09:24:56 STEP: Navigating to DemoBlaze homepage
    Info 09:24:57 STEP: Testing close functionality of sign up modal
    Info 09:24:57 STEP: Testing Close button
    Pass 09:25:00 Modal closed successfully using Close button
    Info 09:25:00 STEP: Testing X icon
    Pass 09:25:02 Modal closed successfully using X icon
    Pass 09:25:02 Close modal functionality test completed successfully
    base64 img
    Homepage Loaded
    base64 img
    Sign Up Modal
    base64 img
    After clicking Close button
    base64 img
    Sign Up Modal Again
    base64 img
    After clicking X icon
  • RegistrationTest

    09:25:02 / 00:00:00:000 Pass

    RegistrationTest
    05.17.2025 09:25:02 05.17.2025 09:25:02 00:00:00:000 · #test-id=17
    StatusTimestampDetails
    Info 09:25:03 STEP: Navigating to DemoBlaze homepage
    Info 09:25:04 STEP: Opening sign up modal
    Pass 09:25:05 Sign up modal title verified
    Pass 09:25:05 Username field is displayed
    Pass 09:25:05 Password field is displayed
    Pass 09:25:05 Sign up button is displayed
    Pass 09:25:05 Close button is displayed
    Pass 09:25:05 X close icon is displayed
    Pass 09:25:05 Sign up form displays correctly with all required elements
    base64 img
    Homepage Loaded
    base64 img
    Sign Up Modal
  • RegistrationTest

    09:25:05 / 00:00:00:000 Pass

    RegistrationTest
    05.17.2025 09:25:05 05.17.2025 09:25:05 00:00:00:000 · #test-id=19
    StatusTimestampDetails
    Info 09:25:06 STEP: Navigating to DemoBlaze homepage
    Info 09:25:07 STEP: Testing password requirements acceptance
    Info 09:25:07 STEP: Scenario A: Testing simple password 'password'
    Info 09:25:09 Username already exists, but the test is for password validation
    Info 09:25:09 STEP: Scenario B: Testing numeric password '12345'
    Info 09:25:10 Username already exists, but the test is for password validation
    Info 09:25:11 STEP: Scenario C: Testing password with special characters 'p@ssw0rd'
    Info 09:25:12 Username already exists, but the test is for password validation
    Info 09:25:12 STEP: Scenario D: Testing complex password 'P@$$w0rd!123'
    Info 09:25:14 Username already exists, but the test is for password validation
    Pass 09:25:14 Password requirements acceptance test completed
    base64 img
    Homepage Loaded
    base64 img
    Scenario A: Simple password
    base64 img
    Scenario B: Numeric password
    base64 img
    Scenario C: Password with special characters
    base64 img
    Scenario D: Complex password

Started

May 17, 2025 09:23:45 am

Ended

May 17, 2025 09:25:05 am

Tests Passed

10

Tests Failed

0

Tests
Steps
Log events

Timeline

System/Environment

NameValue
OS Windows 11
Java Version 22.0.2
User Name zeina